Skip to content

CI: upgrade GitHub Actions to Node 24 runtimes#2

Merged
natikgadzhi merged 1 commit into
mainfrom
claude/sweet-sagan-uzHIP
Jun 1, 2026
Merged

CI: upgrade GitHub Actions to Node 24 runtimes#2
natikgadzhi merged 1 commit into
mainfrom
claude/sweet-sagan-uzHIP

Conversation

@natikgadzhi

Copy link
Copy Markdown
Owner

Moves all workflow actions off the deprecated Node 20 runtime onto Node 24 (Node 20 hits EOL April 2026; GitHub is migrating all actions to Node 24 in fall 2026).

Action Before (node20) After (node24)
actions/checkout v4 v5
astral-sh/setup-uv v6 v7
softprops/action-gh-release v2 v3

action-gh-release v3 is a runtime-only bump (no API change). checkout@v5 / setup-uv@v7 need Actions runner ≥ v2.327.1 — GitHub-hosted runners already satisfy this. No setup-node / node-version: is used anywhere, so these action bumps are the only Node lever.

https://claude.ai/code/session_01QQQNWfXFv9V9UMunBwGATJ


Generated by Claude Code

actions/checkout v4->v5, astral-sh/setup-uv v6->v7,
softprops/action-gh-release v2->v3 — all node24-based.

https://claude.ai/code/session_01QQQNWfXFv9V9UMunBwGATJ
@natikgadzhi natikgadzhi marked this pull request as ready for review June 1, 2026 17:59
@natikgadzhi natikgadzhi merged commit 6b1f918 into main Jun 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants